crypto/internal/fips140/ecdsa.hmacDRBG.hK (field)
12 uses
crypto/internal/fips140/ecdsa (current package)
hmacdrbg.go#L25: hK *hmac.HMAC
hmacdrbg.go#L115: d.hK = h
hmacdrbg.go#L153: d.hK.Reset()
hmacdrbg.go#L154: d.hK.Write(d.V)
hmacdrbg.go#L155: d.V = d.hK.Sum(d.V[:0])
hmacdrbg.go#L165: d.hK.Reset()
hmacdrbg.go#L166: d.hK.Write(d.V)
hmacdrbg.go#L167: d.hK.Write([]byte{0x00})
hmacdrbg.go#L168: K := d.hK.Sum(nil)
hmacdrbg.go#L170: d.hK = d.newHMAC(K)
hmacdrbg.go#L171: d.hK.Write(d.V)
hmacdrbg.go#L172: d.V = d.hK.Sum(d.V[:0])
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |